home *** CD-ROM | disk | FTP | other *** search
/ Realizing the Dream - An …al Space Station Sampler / Realizing the Dream - An International Space Station Sampler (NASA).iso / pc / wt / webmodule_new / intro.swf / scripts / DefineSprite_22 / frame_20 / DoAction.as
Encoding:
Text File  |  2000-11-18  |  147 b   |  8 lines

  1. y = getProperty("../text", _Y);
  2. h = getProperty("../text", _height);
  3. trace(y);
  4. if(y >= "150" - h)
  5. {
  6.    setProperty("../text", _Y, y - d);
  7. }
  8.